Skip to content

⬆️ Update libfmt#194

Merged
bdeane-intel merged 1 commit intointel:mainfrom
elbeno:update-fmt
Feb 19, 2025
Merged

⬆️ Update libfmt#194
bdeane-intel merged 1 commit intointel:mainfrom
elbeno:update-fmt

Conversation

@elbeno
Copy link
Contributor

@elbeno elbeno commented Feb 16, 2025

Problem:

  • Specializing fmt::formatter is a lot of boilerplate. It also involves more template instantiations than necessary.

Solution:

  • Use format_as instead. An overload found by ADL that compiles faster than instantiating formatter templates.

Problem:
- Specializing `fmt::formatter` is a lot of boilerplate. It also involves more
  template instantiations than necessary.

Solution:
- Use `format_as` instead. An overload found by ADL that compiles faster than
  instantiating formatter templates.
@elbeno elbeno marked this pull request as ready for review February 18, 2025 18:16
@bdeane-intel bdeane-intel merged commit 9931860 into intel:main Feb 19, 2025
32 checks passed
@elbeno elbeno deleted the update-fmt branch October 16, 2025 20:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants